home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue29 / art_tips / ART_TIPS.ZIP / Tips / Delphi2 / AddTips.dfm / AddTips.txt
Encoding:
Text File  |  1997-04-17  |  907 b   |  52 lines

  1. object frmAddTip: TfrmAddTip
  2.   Left = 168
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'New Tip'
  6.   ClientHeight = 200
  7.   ClientWidth = 306
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 306
  20.     Height = 165
  21.     Shape = bsFrame
  22.   end
  23.   object OKBtn: TButton
  24.     Left = 76
  25.     Top = 173
  26.     Width = 75
  27.     Height = 25
  28.     Caption = '&OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 1
  32.   end
  33.   object CancelBtn: TButton
  34.     Left = 156
  35.     Top = 173
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = '&Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 2
  42.   end
  43.   object Memo1: TMemo
  44.     Left = 5
  45.     Top = 5
  46.     Width = 295
  47.     Height = 155
  48.     Color = 14614527
  49.     TabOrder = 0
  50.   end
  51. end
  52.